home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / dev-python / psyco-1.4 / psyco-1.4.ebuild < prev    next >
Text File  |  2006-03-29  |  619b  |  22 lines

  1. # Copyright 1999-2005 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.4.ebuild,v 1.2 2005/10/16 22:00:09 kloeri Exp $
  4.  
  5. inherit distutils
  6.  
  7. HOMEPAGE="http://psyco.sourceforge.net/"
  8. DESCRIPTION="Psyco is a Python extension module which can massively speed up the execution of any Python code."
  9. SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz"
  10.  
  11. IUSE=""
  12. SLOT="0"
  13. LICENSE="MIT"
  14. KEYWORDS="x86"
  15. DEPEND=">=dev-lang/python-2.1"
  16.  
  17. src_install() {
  18.     distutils_src_install
  19.     insinto /usr/share/doc/${PF}/examples
  20.     doins ${S}/test/*
  21. }
  22.